ComponentOne ASP.NET MVC Controls
Palette(Color[]) Method

C1.Web.Mvc.Fluent Namespace > InputColorBuilder Class > Palette Method : Palette(Color[]) Method
The value.
Configurates C1.Web.Mvc.InputColor.Palette. Sets an array that contains the colors in the palette.
Syntax
'Declaration
 
Public Overloads Function Palette( _
   ByVal ParamArray value() As Color _
) As InputColorBuilder
public InputColorBuilder Palette( 
   params Color[] value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The palette contains ten colors, represented by an array with ten strings. The first two colors are usually white and black.
See Also

Reference

InputColorBuilder Class
InputColorBuilder Members
Overload List